home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TARCCONVFORM / TARCCONVFORM.txt < prev   
Text File  |  2005-03-06  |  5KB  |  254 lines

  1. object arcconvform: Tarcconvform
  2.   Left = 284
  3.   Top = 176
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Archive Converter'
  7.   ClientHeight = 347
  8.   ClientWidth = 456
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   KeyPreview = True
  12.   OldCreateOrder = True
  13.   Position = poDefault
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object imgLed: TImage
  23.     Left = 625
  24.     Top = 447
  25.     Width = 10
  26.     Height = 10
  27.     AutoSize = True
  28.     Center = True
  29.     Picture.Data = {<image000.bmp>}
  30.     Visible = False
  31.   end
  32.   object Label4: TLabel
  33.     Left = 10
  34.     Top = 291
  35.     Width = 105
  36.     Height = 16
  37.     AutoSize = False
  38.     Caption = 'Com&pression:'
  39.     FocusControl = CompressionBox
  40.   end
  41.   object Label2: TLabel
  42.     Left = 8
  43.     Top = 96
  44.     Width = 52
  45.     Height = 13
  46.     Caption = 'Total Files:'
  47.   end
  48.   object Label1: TLabel
  49.     Left = 8
  50.     Top = 24
  51.     Width = 52
  52.     Height = 13
  53.     Caption = 'Total Files:'
  54.   end
  55.   object ListBox1: TMemo
  56.     Left = 8
  57.     Top = 148
  58.     Width = 441
  59.     Height = 162
  60.     Font.Charset = ANSI_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -12
  63.     Font.Name = 'Courier New'
  64.     Font.Style = []
  65.     Lines.Strings = (
  66.       'MessageMemo')
  67.     ParentFont = False
  68.     ReadOnly = True
  69.     ScrollBars = ssVertical
  70.     TabOrder = 9
  71.   end
  72.   object btnOK: TButton
  73.     Left = 57
  74.     Top = 317
  75.     Width = 105
  76.     Height = 25
  77.     Caption = '&OK'
  78.     Default = True
  79.     TabOrder = 10
  80.     OnClick = btnOKClick
  81.   end
  82.   object CloseButton: TButton
  83.     Left = 174
  84.     Top = 317
  85.     Width = 105
  86.     Height = 25
  87.     Caption = '&Close'
  88.     TabOrder = 11
  89.     OnClick = CloseButtonClick
  90.   end
  91.   object CorelButton3: TButton
  92.     Left = 292
  93.     Top = 317
  94.     Width = 105
  95.     Height = 25
  96.     Caption = '&Help'
  97.     TabOrder = 12
  98.     OnClick = CorelButton3Click
  99.   end
  100.   object Browse: TButton
  101.     Left = 168
  102.     Top = 148
  103.     Width = 89
  104.     Height = 25
  105.     Caption = '&Add Files...'
  106.     TabOrder = 3
  107.     OnClick = BrowseClick
  108.   end
  109.   object CorelButton1: TButton
  110.     Left = 360
  111.     Top = 148
  112.     Width = 89
  113.     Height = 25
  114.     Caption = 'R&emove'
  115.     TabOrder = 5
  116.     OnClick = CorelButton1Click
  117.   end
  118.   object CompressionBox: TComboBox
  119.     Left = 128
  120.     Top = 289
  121.     Width = 321
  122.     Height = 21
  123.     Style = csDropDownList
  124.     ItemHeight = 13
  125.     TabOrder = 8
  126.   end
  127.   object CompMode: TRadioGroup
  128.     Left = 8
  129.     Top = 242
  130.     Width = 442
  131.     Height = 41
  132.     Caption = ' Destination &Format '
  133.     Columns = 6
  134.     ItemIndex = 0
  135.     Items.Strings = (
  136.       'ZIP'
  137.       '7-ZIP'
  138.       'CAB'
  139.       'LHA'
  140.       'BH'
  141.       'TAR')
  142.     TabOrder = 7
  143.     OnClick = CompModeClick
  144.   end
  145.   object RadioGroup1: TRadioGroup
  146.     Left = 8
  147.     Top = 174
  148.     Width = 442
  149.     Height = 65
  150.     Caption = ' Destination Folder  '
  151.     ItemIndex = 0
  152.     Items.Strings = (
  153.       'File'#39's Current Folder'
  154.       'Custom Folder:')
  155.     TabOrder = 6
  156.   end
  157.   object ProgressBar1: TProgressBar
  158.     Left = 8
  159.     Top = 40
  160.     Width = 441
  161.     Height = 25
  162.     Step = 1
  163.     TabOrder = 0
  164.   end
  165.   object ProgressBar2: TProgressBar
  166.     Left = 8
  167.     Top = 112
  168.     Width = 441
  169.     Height = 25
  170.     Step = 1
  171.     TabOrder = 1
  172.   end
  173.   object Button1: TButton
  174.     Left = 264
  175.     Top = 148
  176.     Width = 89
  177.     Height = 25
  178.     Caption = 'Add F&older...'
  179.     TabOrder = 4
  180.     OnClick = Button1Click
  181.   end
  182.   object listview1: TdfsExtListView
  183.     Left = 7
  184.     Top = 6
  185.     Width = 442
  186.     Height = 139
  187.     SmallImages = MainForm.IL
  188.     Columns = <
  189.       item
  190.         Caption = 'Name'
  191.         Width = 100
  192.       end
  193.       item
  194.         Alignment = taRightJustify
  195.         Caption = 'Size'
  196.         Width = 100
  197.       end
  198.       item
  199.         Caption = 'Path'
  200.         Width = 189
  201.       end>
  202.     ExtendedStyles = [lvxFullRowSelect]
  203.     SaveSettings.RegistryKey = 'Software\PowerArc'
  204.     SaveSettings.SaveCurrentSort = False
  205.     ColumnsFormat = <>
  206.     ShowSortArrows = True
  207.     ReadOnly = True
  208.     MultiSelect = True
  209.     OnColumnClick = listview1ColumnClick
  210.     TabOrder = 2
  211.     ViewStyle = vsReport
  212.     OnKeyDown = listview1KeyDown
  213.   end
  214.   object edit1: TEdit
  215.     Left = 128
  216.     Top = 212
  217.     Width = 281
  218.     Height = 21
  219.     TabStop = False
  220.     TabOrder = 13
  221.   end
  222.   object Button2: TButton
  223.     Left = 416
  224.     Top = 212
  225.     Width = 25
  226.     Height = 21
  227.     Caption = '...'
  228.     TabOrder = 14
  229.     TabStop = False
  230.     OnClick = CorelButton4Click
  231.   end
  232.   object Openbox: TOpenDialog
  233.     Filter = 
  234.       'ZIP/JAR (Java ARchiver) files, Quake3 files|*.zip;*.jar;*.pk3|7-' +
  235.       'ZIP files|*.7z|RAR files|*.rar|LHA files|*.lzh;*.lha|ARJ files|*' +
  236.       '.arj|ARC files|*.arc|ZOO files|*.zoo|ACE files|*.ace|CAB files|*' +
  237.       '.cab|BlakHole files|*.bh|TAR/GZIP/BZIP2 files|*.tar;*.gz;*.z;*.t' +
  238.       'gz;*.bz;*.bz2;*.tbz;*.tbz2;*.taz;*.z|All archives|*.zip;*.jar;*.' +
  239.       'pk3;*.rar;*.lha;*.lzh;*.arj;*.arc;*.zoo;*.ace;*.cab;*.bh;*.tar;*' +
  240.       '.gz;*.tgz;*.bz;*.bz2;*.tbz;*.z;*.7z|All files|*.*'
  241.     FilterIndex = 12
  242.     InitialDir = 'OpenBox'
  243.     Left = 43
  244.     Top = 8
  245.   end
  246.   object DropTarget: TPJFormDropFiles
  247.     ForegroundOnDrop = False
  248.     Options = [dfoIncFolders, dfoIncFiles]
  249.     OnDropFiles = DropTargetDropFiles
  250.     Left = 120
  251.     Top = 80
  252.   end
  253. end
  254.